func github.com/cespare/xxhash/v2.consumeUint64

6 uses

	github.com/cespare/xxhash/v2 (current package)
		xxhash.go#L198: 	b, d.v1 = consumeUint64(b)
		xxhash.go#L199: 	b, d.v2 = consumeUint64(b)
		xxhash.go#L200: 	b, d.v3 = consumeUint64(b)
		xxhash.go#L201: 	b, d.v4 = consumeUint64(b)
		xxhash.go#L202: 	b, d.total = consumeUint64(b)
		xxhash.go#L214: func consumeUint64(b []byte) ([]byte, uint64) {